home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFBIND
/
VQKEYS.S
< prev
next >
Wrap
Text File
|
1993-03-16
|
880b
|
34 lines
;*========================================================================
;* VDIFAST Public Domain VDI bindings.
;*========================================================================
;*------------------------------------------------------------------------
;* Sample keyboard state.
;*------------------------------------------------------------------------
globl _vq_key_s
_vq_key_s:
; .cargs #8,handle.w,status.l
handle = 8
status = 10
link a6,#0
; VContrl #128
move.w handle(a6),-(sp) ; contrl[6]
clr.l -(sp) ; contrl[5,4]
clr.l -(sp) ; contrl[3,2]
clr.w -(sp) ; contrl[1]
move.w #128,-(sp) ; contrl[0]
subq.l #4,sp ;* -> ptsout
move.l status(a6),-(sp) ;* -> intout
subq.l #8,sp ;* -> ptsin, intin
pea 16(sp) ;* -> contrl
jmp vdicall
end